Conversation
|
TypeScript types have been updated based on the JSON schema changes in the PR |
openmetadata-spec/src/main/resources/json/schema/type/changeEventType.json
Outdated
Show resolved
Hide resolved
|
TypeScript types have been updated based on the JSON schema changes in the PR |
openmetadata-ui/src/main/resources/ui/src/generated/type/changeEventType.ts
Show resolved
Hide resolved
Code Review ✅ Approved 2 resolved / 2 findingsClean refactoring that properly integrates auth events into the standard ChangeEvent flow. No new bugs, security issues, or performance concerns found. ✅ 2 resolved✅ Bug: Generated TypeScript enums don't match JSON schema values
✅ Bug: Event type string changed, breaking existing data and tests
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|
|
Failed to cherry-pick changes to the 1.11.9 branch. |



Describe your changes:
Fixes
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
writeAuthEvent()to use standardChangeEventflow, ensuringevent_jsoncolumn is populated for login/logout eventsUSER_LOGINandUSER_LOGOUTtochangeEventType.jsonschema for type-safe authentication eventsAuditLogRepository.javaThis will update automatically on new commits.